ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / Labels Property

In This Topic
    Labels Property
    In This Topic
    Gets or sets a value indicating whether axis labels are visible.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property Labels As Boolean
    [DefaultValue(true)]
    public bool Labels {get; set;}
    See Also